Online Presentation Session Result
@Serializable(with = OnlinePresentationSessionResultSerializer::class )
Represents the result of an online presentation session.
Inheritors
Types
Link copied to clipboard
data class Failure(val sessionId: String, val challenge: String? = null, val error: OnlinePresentationResultError) : OnlinePresentationSessionResult
The session failed with an error.
Link copied to clipboard
data class Success(val sessionId: String, val challenge: String? = null, val mobileCredentialResponse: MobileCredentialResponse?) : OnlinePresentationSessionResult
The session completed successfully with a credential response.